home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / pctv4n_1.zip / QEDICT.MAK < prev    next >
Text File  |  1993-06-10  |  904b  |  67 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +QEDICT.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = C:\BC\LIB;\SQL;\WIN\SYSTEM
  9. INCLUDEPATH = C:\BC\INCLUDE
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  owl.def \
  24.  {$(LIBPATH)}qelib.lib \
  25.  qedict.obj \
  26.  qefuncs.obj
  27.  
  28. #        *Explicit Rules*
  29. qedict.exe: qedict.cfg $(EXE_dependencies)
  30.   $(TLINK) /v/x/c/P-/C/Twe/L$(LIBPATH) @&&|
  31. c0wl.obj+
  32. qedict.obj+
  33. qefuncs.obj
  34. qedict
  35.         # no map file
  36. qelib.lib+
  37. mathwl.lib+
  38. import.lib+
  39. cwl.lib
  40. owl.def
  41. |
  42.   RC  qedict.exe
  43.  
  44.  
  45. #        *Individual File Dependencies*
  46. qedict.obj: qedict.cfg qedict.c 
  47.  
  48. qefuncs.obj: qedict.cfg qefuncs.c 
  49.  
  50. #        *Compiler Configuration File*
  51. qedict.cfg: qedict.mak
  52.   copy &&|
  53. -ml
  54. -2
  55. -N
  56. -v
  57. -W
  58. -vi-
  59. -wpro
  60. -weas
  61. -wpre
  62. -I$(INCLUDEPATH)
  63. -L$(LIBPATH)
  64. | qedict.cfg
  65.  
  66.  
  67.